home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / Audio-video / alshow / ALShow.exe / {app} / skins / Polish / Orange Soda PLK.ask / main.xml < prev    next >
Text File  |  2006-03-17  |  25KB  |  578 lines

  1. <ALSkin>
  2.     <Info SkinName="Orange Soda" SkinFileName="Orange Soda.ask" Description="Orange Soda Skin" SkinVersion="5.2.22" MinVersion="4.7.28" Author="ESTSoft" LastUpdate="2006/03/13">
  3.     </Info>
  4.     <!-- 
  5.         Translating ALShow Skins
  6.         ************************
  7.  
  8.         Although it may look a bit tough, translating ALShow skins is actually extremely easy once you know a couple things and follow a simple method designed to make translating them as fast and easy as possible.
  9.  
  10.         There are only 2 areas that need to be done:
  11.         1) "tooltip" attributes
  12.         2) Graphics (the actual graphic work will be done by a designer here at ESTsoft)
  13.  
  14.         Both of those are done in the skin XML files that reside in the "skin.ask" file. To get to the files, use ALZip to extract the skin ASK file to a new folder exactly as you would for any ZIP file. 
  15.  
  16.         Step 1: Translating "tooltips"
  17.         ******************************
  18.  
  19.         There are exactly 53 text items that need to be translated in all of the XML skin files (total). By file: 
  20.  
  21.             Main.xml = 17 
  22.             Control.xml = 10 
  23.             Playlist.xml = 22 
  24.             TopControl.xml = 5 
  25.  
  26.         (Please note that some skins may vary slightly from the above. e.g. In "Orange Soda", the TopControl.xml file only has 4 items.)
  27.  
  28.         All text that needs to be translated looks like the following line:
  29.  
  30.         <item name="ButtonMute" type="Toggle" tooltip="Mute On/Off (Ctrl+M)">
  31.  
  32.         Only the quoted tooltip text needs to be translated. i.e. In the example above, only "Mute On/Off (Ctrl+M)" needs to be translated.
  33.  
  34.         The easiest way to do this is to load all 4 XML skin files into a text editor, use the "Find in files" function, then use the results to navigate to the text that needs to be translated. Please visit the translators page at the ALTools web site for more information on free text editors, tools, and tutorials that can make this much easier for you.
  35.  
  36.         Step 2: Translating Graphics
  37.         ****************************
  38.  
  39.         Instead of translating inside the graphics themselves, please translate directly inside the Main.xml file. A designer will make the necessary changes before the skin is uploaded or packaged with the installer. 
  40.  
  41.         There are exactly 22 pieces of text in graphics that need to be translated, with 6 of them being optional. (Some are not used in every skin and 1 is only available in Korea at the moment.) A graphic designer at ESTsoft will change the graphics with your translation below.
  42.  
  43.         The following are the English equivalents with descriptions where it is not clear. The ampersand (&) is used to indicate an underlined character as is traditionally used in programming for keyboard navigation. Some buttons are very small and can only accomodate a small amount of text. 
  44.  
  45.         The right side of the equals sign (=) has a brief description and the left side has the translation. 
  46.  
  47.         Please translate the left side as you believe it would sound best in your language, or as you believe it would most easily be understood. e.g. "R" for reset makes sense in English, but you may need to use something else. 
  48.  
  49.         MENU
  50.         ****
  51.  
  52.         File=&File
  53.         Play=&Play
  54.         Screen=&Screen
  55.         Captions=&Captions
  56.         Help=&Help
  57.  
  58.         PLAYLIST & BOOKMARKS
  59.         ********************
  60.  
  61.         Playlist Tab=Playlist
  62.         Bookmarks Tab=Bookmarks
  63.         Add Item=Add
  64.         Delete Item=Del
  65.         Sort Items=Sort
  66.         Open Save Playlist=List
  67.         Edit Bookmark=Edit
  68.         Captions=Cap
  69.         Screen=Scrn
  70.         ** Note that the reset buttons are very small and can only accomodate a single character.
  71.         Reset=R
  72.  
  73.         PLAYBACK CONTROLS
  74.         *****************
  75.  
  76.         ** Note: These are not used in most skins and are optional. See "Orange Soda" for an example where they are used.
  77.         Previous=PREV
  78.         Stop=STOP
  79.         Play=PLAY
  80.         Next=NEXT
  81.         Open=OPEN
  82.  
  83.         OTHER
  84.         *****
  85.  
  86.         ** Note: The playlist toggle button is very small an can only accomodate up to 2 characters.
  87.         Playlist Toggle=PL
  88.         ** Note: The ALShow Internet Theater is not available outside of Korea.
  89.         ALShow Internet Theater=Movie Zone 
  90.  
  91.     -->
  92.     <Bitmap>
  93.         <file src="left_top_edge_01.bmp">
  94.             <item name="BG_LT"/>
  95.             <item name="BORDER_LT" left="0" top="0" width="5" height="5"/>
  96.         </file>
  97.         <file src="right_top_edge.bmp">
  98.             <item name="BG_RT"/>
  99.             <item name="BORDER_RT" left="88" top="0" width="5" height="5"/>
  100.         </file>
  101.         <file src="left_bottom_edge_big.bmp">
  102.             <item name="BG_LB"/>
  103.             <item name="BORDER_LB" left="0" top="66" width="5" height="5"/>
  104.         </file>
  105.         <file src="right_bottom_edge.bmp">
  106.             <item name="BG_RB"/>
  107.             <item name="BORDER_RB" left="27" top="66" width="5" height="5"/>
  108.         </file>
  109.         <file src="right_top_expand.bmp">
  110.             <item name="BG_TOP_PT"/>
  111.         </file>
  112.         <file src="right_top_menu_line.bmp">
  113.             <item name="BTN_WIN_BACK"/>
  114.         </file>
  115.         <file src="right_top_menu_01.bmp">
  116.             <item name="BTN_WIN_FIX_OFF" left="0" top="0" width="12" height="9"/>
  117.             <item name="BTN_WIN_FIX_OFF_MOUSEOVER" left="12" top="0" width="12" height="9"/>
  118.             <item name="BTN_WIN_FIX_OFF_MOUSEDOWN" left="24" top="0" width="12" height="9"/>
  119.         </file>
  120.         <file src="right_top_menu_012.bmp">
  121.             <item name="BTN_WIN_FIX_ON" left="0" top="0" width="12" height="9"/>
  122.             <item name="BTN_WIN_FIX_ON_MOUSEOVER" left="12" top="0" width="12" height="9"/>
  123.             <item name="BTN_WIN_FIX_ON_MOUSEDOWN" left="24" top="0" width="12" height="9"/>
  124.         </file>
  125.         <file src="right_top_menu_02.bmp">
  126.             <item name="BTN_WIN_MINIMIZE" left="0" top="0" width="10" height="9"/>
  127.             <item name="BTN_WIN_MINIMIZE_MOUSEOVER" left="10" top="0" width="10" height="9"/>
  128.             <item name="BTN_WIN_MINIMIZE_MOUSEDOWN" left="20" top="0" width="10" height="9"/>
  129.         </file>
  130.         <file src="right_top_menu_032.bmp">
  131.             <item name="BTN_WIN_MAXIMIZE" left="0" top="0" width="12" height="9"/>
  132.             <item name="BTN_WIN_MAXIMIZE_MOUSEOVER" left="24" top="0" width="12" height="9"/>
  133.             <item name="BTN_WIN_MAXIMIZE_MOUSEDOWN" left="36" top="0" width="12" height="9"/>
  134.         </file>
  135.         <file src="right_top_menu_03.bmp">
  136.             <item name="BTN_WIN_RESTORE" left="0" top="0" width="12" height="9"/>
  137.             <item name="BTN_WIN_RESTORE_MOUSEOVER" left="24" top="0" width="12" height="9"/>
  138.             <item name="BTN_WIN_RESTORE_MOUSEDOWN" left="36" top="0" width="12" height="9"/>
  139.         </file>
  140.         <file src="right_top_menu_04.bmp">
  141.             <item name="BTN_WIN_CLOSE" left="0" top="0" width="11" height="9"/>
  142.             <item name="BTN_WIN_CLOSE_MOUSEOVER" left="11" top="0" width="11" height="9"/>
  143.             <item name="BTN_WIN_CLOSE_MOUSEDOWN" left="22" top="0" width="11" height="9"/>
  144.         </file>
  145.         <file src="non_pattern_bar.bmp">
  146.             <item name="BAR_PT"/>
  147.         </file>
  148.         <file src="pattern_bar.bmp">
  149.             <item name="BAR_RANGE_PT"/>
  150.         </file>
  151.         <file src="advanced_pattern_bar.bmp">
  152.             <item name="BAR_ADVANCED_PT"/>
  153.         </file>
  154.         <file src="seek_scroll.bmp">
  155.             <item name="BAR_KNOB"/>
  156.         </file>
  157.         <file src="non_pattern_bar.bmp">
  158.             <item name="BAR_LEFT"/>
  159.         </file>
  160.         <file src="non_pattern_bar.bmp">
  161.             <item name="BAR_RIGHT"/>
  162.         </file>
  163.         <file src="sound_btn.bmp">
  164.             <item name="BTN_VOLUME_ON" left="0" top="0" width="25" height="25"/>
  165.             <item name="BTN_VOLUME_ON_MOUSEOVER" left="25" top="0" width="25" height="25"/>
  166.             <item name="BTN_VOLUME_ON_MOUSEDOWN" left="50" top="0" width="25" height="25"/>
  167.         </file>
  168.         <file src="sound_mute_btn.bmp">
  169.             <item name="BTN_VOLUME_OFF" left="0" top="0" width="25" height="25"/>
  170.             <item name="BTN_VOLUME_OFF_MOUSEOVER" left="25" top="0" width="25" height="25"/>
  171.             <item name="BTN_VOLUME_OFF_MOUSEDOWN" left="50" top="0" width="25" height="25"/>
  172.         </file>
  173.         <file src="vod_btn.bmp">
  174.             <item name="BTN_VOD" left="0" top="0" width="60" height="12"/>
  175.             <item name="BTN_VOD_MOUSEOVER" left="60" top="0" width="60" height="12"/>
  176.             <item name="BTN_VOD_MOUSEDOWN" left="120" top="0" width="60" height="12"/>
  177.         </file>
  178.         <file src="pl_btn.bmp">
  179.             <item name="BTN_PL_ON" left="0" top="0" width="19" height="13"/>
  180.             <item name="BTN_PL_ON_MOUSEOVER" left="19" top="0" width="19" height="13"/>
  181.             <item name="BTN_PL_ON_MOUSEDOWN" left="38" top="0" width="19" height="13"/>
  182.             <item name="BTN_PL_OFF" left="0" top="0" width="19" height="13"/>
  183.             <item name="BTN_PL_OFF_MOUSEOVER" left="19" top="0" width="19" height="13"/>
  184.             <item name="BTN_PL_OFF_MOUSEDOWN" left="38" top="0" width="19" height="13"/>
  185.         </file>
  186.         <file src="play_btn.bmp">
  187.             <item name="BTN_PLAY" left="0" top="0" width="33" height="33"/>
  188.             <item name="BTN_PLAY_MOUSEOVER" left="33" top="0" width="33" height="33"/>
  189.             <item name="BTN_PLAY_MOUSEDOWN" left="66" top="0" width="33" height="33"/>
  190.         </file>
  191.         <file src="pause_btn.bmp">
  192.             <item name="BTN_PAUSE" left="0" top="0" width="33" height="33"/>
  193.             <item name="BTN_PAUSE_MOUSEOVER" left="33" top="0" width="33" height="33"/>
  194.             <item name="BTN_PAUSE_MOUSEDOWN" left="66" top="0" width="33" height="33"/>
  195.         </file>
  196.         <file src="stop_btn.bmp">
  197.             <item name="BTN_STOP" left="0" top="0" width="33" height="33"/>
  198.             <item name="BTN_STOP_MOUSEOVER" left="33" top="0" width="33" height="33"/>
  199.             <item name="BTN_STOP_MOUSEDOWN" left="66" top="0" width="33" height="33"/>
  200.         </file>
  201.         <file src="pre_btn.bmp">
  202.             <item name="BTN_PREV" left="0" top="0" width="33" height="33"/>
  203.             <item name="BTN_PREV_MOUSEOVER" left="33" top="0" width="33" height="33"/>
  204.             <item name="BTN_PREV_MOUSEDOWN" left="66" top="0" width="33" height="33"/>
  205.         </file>
  206.         <file src="next_btn.bmp">
  207.             <item name="BTN_NEXT" left="0" top="0" width="33" height="33"/>
  208.             <item name="BTN_NEXT_MOUSEOVER" left="33" top="0" width="33" height="33"/>
  209.             <item name="BTN_NEXT_MOUSEDOWN" left="66" top="0" width="33" height="33"/>
  210.         </file>
  211.         <file src="open_btn.bmp">
  212.             <item name="BTN_OPEN" left="0" top="0" width="24" height="24"/>
  213.             <item name="BTN_OPEN_MOUSEOVER" left="24" top="0" width="24" height="24"/>
  214.             <item name="BTN_OPEN_MOUSEDOWN" left="48" top="0" width="24" height="24"/>
  215.         </file>
  216.         <file src="full_btn.bmp">
  217.             <item name="BTN_FULLSIZE" left="0" top="0" width="19" height="13"/>
  218.             <item name="BTN_FULLSIZE_MOUSEOVER" left="19" top="0" width="19" height="13"/>
  219.             <item name="BTN_FULLSIZE_MOUSEDOWN" left="38" top="0" width="19" height="13"/>
  220.         </file>
  221.         <file src="x1_btn.bmp">
  222.             <item name="BTN_1XSIZE" left="0" top="0" width="19" height="13"/>
  223.             <item name="BTN_1XSIZE_MOUSEOVER" left="19" top="0" width="19" height="13"/>
  224.             <item name="BTN_1XSIZE_MOUSEDOWN" left="38" top="0" width="19" height="13"/>
  225.         </file>
  226.         <file src="insert_in_btn.bmp">
  227.             <item name="BTN_LIST_OPEN" left="0" top="0" width="8" height="58"/>
  228.             <item name="BTN_LIST_OPEN_MOUSEOVER" left="8" top="0" width="8" height="58"/>
  229.             <item name="BTN_LIST_OPEN_MOUSEDOWN" left="16" top="0" width="8" height="58"/>
  230.         </file>
  231.         <file src="insert_out_btn.bmp">
  232.             <item name="BTN_LIST_CLOSE" left="0" top="0" width="8" height="58"/>
  233.             <item name="BTN_LIST_CLOSE_MOUSEOVER" left="8" top="0" width="8" height="58"/>
  234.             <item name="BTN_LIST_CLOSE_MOUSEDOWN" left="16" top="0" width="8" height="58"/>
  235.         </file>
  236.         <file src="Splitterborder.bmp">
  237.             <item name="SPLITTERBAR"/>
  238.         </file>
  239.         <file src="left_line.bmp">
  240.             <item name="LeftMiddle"/>
  241.         </file>
  242.         <file src="right_line.bmp">
  243.             <item name="RightMiddle"/>
  244.         </file>
  245.         <file src="right_bottom_expand_big.bmp">
  246.             <item name="BG_RB_PT"/>
  247.         </file>
  248.         <file src="sound_image.bmp">
  249.             <item name="SOUND_IMG"/>
  250.         </file>
  251.         <file src="sound_back.bmp">
  252.             <item name="SOUND_PT"/>
  253.             <item name="SOUND_LEFT" left="0" top="0" width="2" height="6"/>
  254.             <item name="SOUND_RIGHT" left="63" top="0" width="2" height="6"/>
  255.         </file>
  256.         <file src="sound_scrollbar.bmp">
  257.             <item name="SOUND_KNOB"/>
  258.         </file>
  259.         <file src="top_menu_file.bmp">
  260.             <item name="BTN_MENU_F" left="0" top="0" width="15" height="11"/>
  261.             <item name="BTN_MENU_F_MOUSEOVER" left="15" top="0" width="15" height="11"/>
  262.             <item name="BTN_MENU_F_MOUSEDOWN" left="30" top="0" width="15" height="11"/>
  263.         </file>
  264.         <file src="top_menu_play.bmp">
  265.             <item name="BTN_MENU_P" left="0" top="0" width="49" height="11"/>
  266.             <item name="BTN_MENU_P_MOUSEOVER" left="49" top="0" width="49" height="11"/>
  267.             <item name="BTN_MENU_P_MOUSEDOWN" left="98" top="0" width="49" height="11"/>
  268.         </file>
  269.         <file src="top_menu_screen.bmp">
  270.             <item name="BTN_MENU_S" left="0" top="0" width="28" height="11"/>
  271.             <item name="BTN_MENU_S_MOUSEOVER" left="28" top="0" width="28" height="11"/>
  272.             <item name="BTN_MENU_S_MOUSEDOWN" left="56" top="0" width="28" height="11"/>
  273.         </file>
  274.         <file src="top_menu_text.bmp">
  275.             <item name="BTN_MENU_C" left="0" top="0" width="30" height="11"/>
  276.             <item name="BTN_MENU_C_MOUSEOVER" left="30" top="0" width="30" height="11"/>
  277.             <item name="BTN_MENU_C_MOUSEDOWN" left="60" top="0" width="30" height="11"/>
  278.         </file>
  279.         <file src="top_menu_help.bmp">
  280.             <item name="BTN_MENU_H" left="0" top="0" width="30" height="11"/>
  281.             <item name="BTN_MENU_H_MOUSEOVER" left="30" top="0" width="30" height="11"/>
  282.             <item name="BTN_MENU_H_MOUSEDOWN" left="60" top="0" width="30" height="11"/>
  283.         </file>
  284.         <file src="logo.bmp">
  285.             <item name="LOGO_OFF" left="0" top="0" width="60" height="14"/>
  286.             <item name="LOGO_ON" left="60" top="0" width="60" height="14"/>
  287.         </file>
  288.         <file src="title_back.bmp">
  289.             <item name="TITLE_BACK"/>
  290.         </file>
  291.         <file src="right_line2.bmp">
  292.             <item name="RIGHT_LINE2"/>
  293.         </file>
  294.         <file src="time_back.bmp">
  295.             <item name="TIME_BACK"/>
  296.         </file>
  297.         <file src="filepath_back.bmp">
  298.             <item name="FILEPATH_BACK"/>
  299.         </file>
  300.     </Bitmap>
  301.     <Layout>
  302.         <item name="Main">
  303.             <position left="0" top="0" width="470" height="305"/>
  304.         </item>
  305.         <item name="MinSize">
  306.             <position left="0" top="0" width="450" height="260"/>
  307.         </item>
  308.         <item name="LeftTop" type="Border">
  309.             <position left="0" top="0" width="5" height="5"/>
  310.             <bground bitmap="BORDER_LT" transparent="FF00FF"/>
  311.         </item>
  312.         <item name="RightTop" type="Border">
  313.             <position left="-5" top="0" width="5" height="5"/>
  314.             <bground bitmap="BORDER_RT" transparent="FF00FF"/>
  315.         </item>
  316.         <item name="BgLeftTop">
  317.             <position left="0" top="0" width="368" height="23"/>
  318.             <bground bitmap="BG_LT"/>
  319.         </item>
  320.         <item name="LeftMiddle">
  321.             <position left="0" top="23" width="9" height="-94"/>
  322.             <bground bitmap="LeftMiddle"/>
  323.         </item>
  324.         <item name="RightMiddle">
  325.             <position left="-9" top="23" width="9" height="-94"/>
  326.             <bground bitmap="RightMiddle"/>
  327.         </item>
  328.         <item name="LeftBottom" type="Border">
  329.             <position left="0" top="-5" width="5" height="5"/>
  330.             <bground bitmap="BORDER_LB" transparent="FF00FF"/>
  331.         </item>
  332.         <item name="RightBottomBack">
  333.             <position left="-5" top="-5" width="5" height="5"/>
  334.             <bground bitmap="BORDER_RB"/>
  335.         </item>
  336.         <item name="BgRightTop">
  337.             <position left="-93" top="0" width="93" height="23"/>
  338.             <bground bitmap="BG_RT"/>
  339.         </item>
  340.         <item name="BgLeftBottom">
  341.             <position left="0" top="-71" width="194" height="71"/>
  342.             <bground bitmap="BG_LB"/>
  343.         </item>
  344.         <item name="BgRightBottom">
  345.             <position left="-32" top="-71" width="32" height="71"/>
  346.             <bground bitmap="BG_RB"/>
  347.         </item>
  348.         <item name="BgRightBottomPt">
  349.             <position left="194" top="-68" width="-226" height="68"/>
  350.             <bground bitmap="BG_RB_PT"/>
  351.         </item>
  352.         <item name="ALShowTitleBar">
  353.             <position left="368" top="0" width="-461" height="23"/>
  354.             <bground bitmap="BG_TOP_PT"/>
  355.         </item>
  356.         <item name="TopControl">
  357.             <position left="0" top="0" width="0" height="23"/>
  358.         </item>
  359.         <item name="BottomControl">
  360.             <position left="0" top="-67" width="0" height="71"/>
  361.         </item>
  362.         <item name="SizeRect">
  363.             <position left="-22" top="-16" width="11" height="11"/>
  364.         </item>
  365.         <!--
  366.         <item name="FilePath" type="Static">
  367.             <position left="70" top="5" align="center" valign="center" width="-140" height="16"></position>
  368.             <font face="Arial" size="11" color="294994"></font>
  369.             <TextAlign align="center"></TextAlign>
  370.         </item>
  371.         -->
  372.         <item name="Time" type="Static">
  373.             <position left="-136" top="-52" align="left" valign="center" width="128" height="12"/>
  374.             <bground bitmap="TIME_BACK"/>
  375.             <font face="Arial" size="14" color="000000"/>
  376.             <TextAlign align="Left"/>
  377.         </item>
  378.         <!--
  379.         <item name="SliderLeft">
  380.             <position left="6" top="-61" width="1" height="7"></position>
  381.             <bground color="000000"></bground>
  382.         </item>
  383.         <item name="SliderRight">
  384.             <position left="-8" top="-61" width="1" height="7"></position>
  385.             <bground color="000000"></bground>
  386.         </item>
  387.         -->
  388.         <item name="SliderPos" type="Slider">
  389.             <position left="9" top="-63" width="-18" height="7"/>
  390.             <bground bitmap="BAR_PT"/>
  391.             <thumb bitmap="BAR_KNOB" transparent="FF00FF"/>
  392.             <progress bitmap="BAR_ADVANCED_PT"/>
  393.             <Advanced bitmap="BAR_RANGE_PT"/>
  394.             <!--
  395.             <left bitmap="BAR_LEFT"></left>
  396.             <right bitmap="BAR_RIGHT"></right>
  397.             -->
  398.         </item>
  399.         <item name="ButtonMute" type="Toggle" tooltip="Wycisz W│/Wy│ (Ctrl+M)">
  400.             <position left="-259" top="-40" width="25" height="25"/>
  401.             <bground bitmap="BTN_VOLUME_ON" transparent="FF00FF"/>
  402.             <MouseDown bitmap="BTN_VOLUME_ON_MOUSEDOWN"/>
  403.             <MouseOver bitmap="BTN_VOLUME_ON_MOUSEOVER"/>
  404.             <bground1 bitmap="BTN_VOLUME_OFF"/>
  405.             <MouseDown1 bitmap="BTN_VOLUME_OFF_MOUSEDOWN"/>
  406.             <MouseOver1 bitmap="BTN_VOLUME_OFF_MOUSEOVER"/>
  407.         </item>
  408.         <item name="VolumeBg">
  409.             <position left="-229" top="-39" width="62" height="12"/>
  410.             <bground bitmap="SOUND_IMG"/>
  411.         </item>
  412.         <item name="ButtonPlay" type="Toggle" tooltip="Odtwarzaj/Wstrzymaj (Spacja)">
  413.             <position left="84" top="-48" width="33" height="33"/>
  414.             <bground bitmap="BTN_PLAY" transparent="FF00FF"/>
  415.             <MouseDown bitmap="BTN_PLAY_MOUSEDOWN"/>
  416.             <MouseOver bitmap="BTN_PLAY_MOUSEOVER"/>
  417.             <bground1 bitmap="BTN_PAUSE"/>
  418.             <MouseDown1 bitmap="BTN_PAUSE_MOUSEDOWN"/>
  419.             <MouseOver1 bitmap="BTN_PAUSE_MOUSEOVER"/>
  420.         </item>
  421.         <item name="ButtonStop" type="Button" tooltip="Zatrzymaj (S)">
  422.             <position left="49" top="-48" width="33" height="33"/>
  423.             <bground bitmap="BTN_STOP" transparent="FF00FF"/>
  424.             <MouseDown bitmap="BTN_STOP_MOUSEDOWN"/>
  425.             <MouseOver bitmap="BTN_STOP_MOUSEOVER"/>
  426.         </item>
  427.         <item name="ButtonPrev" type="Button" tooltip="Do ty│u (Lewo)">
  428.             <position left="15" top="-48" width="33" height="33"/>
  429.             <bground bitmap="BTN_PREV" transparent="FF00FF"/>
  430.             <MouseDown bitmap="BTN_PREV_MOUSEDOWN" KeepEvent="TRUE"/>
  431.             <MouseOver bitmap="BTN_PREV_MOUSEOVER"/>
  432.         </item>
  433.         <item name="ButtonFF" type="Button" tooltip="Do przodu (Prawo)">
  434.             <position left="119" top="-48" width="33" height="33"/>
  435.             <bground bitmap="BTN_NEXT" transparent="FF00FF"/>
  436.             <MouseDown bitmap="BTN_NEXT_MOUSEDOWN" KeepEvent="TRUE"/>
  437.             <MouseOver bitmap="BTN_NEXT_MOUSEOVER"/>
  438.         </item>
  439.         <item name="ButtonOpen" type="Button" tooltip="Otw≤rz (Ctrl+O)">
  440.             <position left="157" top="-43" width="24" height="24"/>
  441.             <bground bitmap="BTN_OPEN" transparent="FF00FF"/>
  442.             <MouseDown bitmap="BTN_OPEN_MOUSEDOWN"/>
  443.             <MouseOver bitmap="BTN_OPEN_MOUSEOVER"/>
  444.         </item>
  445.         <item name="FullScreenButton" type="Button" tooltip="Maksymalizuj (Enter)">
  446.             <position left="-97" top="-22" width="19" height="13"/>
  447.             <bground bitmap="BTN_FULLSIZE" transparent="FF00FF"/>
  448.             <MouseDown bitmap="BTN_FULLSIZE_MOUSEDOWN" transparent="FF00FF"/>
  449.             <MouseOver bitmap="BTN_FULLSIZE_MOUSEOVER" transparent="FF00FF"/>
  450.         </item>
  451.         <item name="ButtonSize1" type="Button" tooltip="Oryginalny rozmiar (1)">
  452.             <position left="-116" top="-22" width="19" height="13"/>
  453.             <bground bitmap="BTN_1XSIZE" transparent="FF00FF"/>
  454.             <MouseDown bitmap="BTN_1XSIZE_MOUSEDOWN" transparent="FF00FF"/>
  455.             <MouseOver bitmap="BTN_1XSIZE_MOUSEOVER" transparent="FF00FF"/>
  456.         </item>
  457.         <item name="ButtonPlayList" type="Toggle" tooltip="Playlista / Zak│adki">
  458.             <position left="-8" top="25" width="8" height="-88" align="center" valign="center"/>
  459.             <bground bitmap="BTN_LIST_OPEN"/>
  460.             <MouseDown bitmap="BTN_LIST_OPEN_MOUSEDOWN"/>
  461.             <MouseOver bitmap="BTN_LIST_OPEN_MOUSEOVER"/>
  462.             <bground1 bitmap="BTN_LIST_CLOSE"/>
  463.             <MouseDown1 bitmap="BTN_LIST_CLOSE_MOUSEDOWN"/>
  464.             <MouseOver1 bitmap="BTN_LIST_CLOSE_MOUSEOVER"/>
  465.         </item>
  466.         <item name="ButtonPlayList2" type="Toggle" tooltip="Playlista / Zak│adki">
  467.             <position left="-135" top="-22" width="19" height="13"/>
  468.             <bground bitmap="BTN_PL_ON" transparent="FF00FF"/>
  469.             <MouseDown bitmap="BTN_PL_ON_MOUSEDOWN" transparent="FF00FF"/>
  470.             <MouseOver bitmap="BTN_PL_ON_MOUSEOVER" transparent="FF00FF"/>
  471.             <bground1 bitmap="BTN_PL_OFF" transparent="FF00FF"/>
  472.             <MouseDown1 bitmap="BTN_PL_OFF_MOUSEDOWN" transparent="FF00FF"/>
  473.             <MouseOver1 bitmap="BTN_PL_OFF_MOUSEOVER" transparent="FF00FF"/>
  474.         </item>
  475.         <!--item name="ButtonVOD" type="Button" tooltip="Teatr Internetowy ALShow">
  476.             <position left="-78" top="-22" width="60" height="12"></position>
  477.             <bground bitmap="BTN_VOD" transparent="FF00FF"></bground>
  478.             <MouseDown bitmap="BTN_VOD_MOUSEDOWN" transparent="FF00FF"></MouseDown>
  479.             <MouseOver bitmap="BTN_VOD_MOUSEOVER" transparent="FF00FF"></MouseOver>
  480.         </item-->
  481.         <item name="TopRightButtonBg">
  482.             <position left="-90" top="4" width="83" height="16"/>
  483.             <bground bitmap="BTN_WIN_BACK"/>
  484.         </item>
  485.         <item name="ToggleScreenOrder" type="Toggle" tooltip="Zawsze na wierzchu W│/Wy│ (Ctrl+A)">
  486.             <position left="-82" top="7" width="12" height="9"/>
  487.             <bground bitmap="BTN_WIN_FIX_OFF" tooltip="Zawsze na wierzchu W│. (Ctrl+A)"/>
  488.             <MouseDown bitmap="BTN_WIN_FIX_OFF_MOUSEDOWN"/>
  489.             <MouseOver bitmap="BTN_WIN_FIX_OFF_MOUSEOVER"/>
  490.             <bground1 bitmap="BTN_WIN_FIX_ON" tooltip="Zawsze na wierzchu Wy│. (Ctrl+A)"/>
  491.             <MouseDown1 bitmap="BTN_WIN_FIX_ON_MOUSEDOWN"/>
  492.             <MouseOver1 bitmap="BTN_WIN_FIX_ON_MOUSEOVER"/>
  493.         </item>
  494.         <item name="MinimizeButton" type="Button" tooltip="Minimalizuj">
  495.             <position left="-59" top="7" width="10" height="9"/>
  496.             <bground bitmap="BTN_WIN_MINIMIZE"/>
  497.             <MouseDown bitmap="BTN_WIN_MINIMIZE_MOUSEDOWN"/>
  498.             <MouseOver bitmap="BTN_WIN_MINIMIZE_MOUSEOVER"/>
  499.         </item>
  500.         <item name="MaximizeToggle" type="Toggle">
  501.             <position left="-44" top="7" width="12" height="9"/>
  502.             <bground bitmap="BTN_WIN_MAXIMIZE" tooltip="Maksymalizuj"/>
  503.             <MouseDown bitmap="BTN_WIN_MAXIMIZE_MOUSEDOWN"/>
  504.             <MouseOver bitmap="BTN_WIN_MAXIMIZE_MOUSEOVER"/>
  505.             <bground1 bitmap="BTN_WIN_RESTORE" tooltip="Przywr≤µ"/>
  506.             <MouseDown1 bitmap="BTN_WIN_RESTORE_MOUSEDOWN"/>
  507.             <MouseOver1 bitmap="BTN_WIN_RESTORE_MOUSEOVER"/>
  508.         </item>
  509.         <item name="CloseButton" type="Button" tooltip="Zako±cz (Alt+F4)">
  510.             <position left="-27" top="7" width="11" height="9"/>
  511.             <bground bitmap="BTN_WIN_CLOSE"/>
  512.             <MouseDown bitmap="BTN_WIN_CLOSE_MOUSEDOWN"/>
  513.             <MouseOver bitmap="BTN_WIN_CLOSE_MOUSEOVER"/>
  514.         </item>
  515.         <item name="MenuFile" type="MenuButton">
  516.             <position left="97" top="8" width="15" height="11"/>
  517.             <bground bitmap="BTN_MENU_F"/>
  518.             <MouseDown bitmap="BTN_MENU_F_MOUSEDOWN"/>
  519.             <MouseOver bitmap="BTN_MENU_F_MOUSEOVER"/>
  520.         </item>
  521.         <item name="MenuPlay" type="MenuButton">
  522.             <position left="121" top="8" width="49" height="11"/>
  523.             <bground bitmap="BTN_MENU_P"/>
  524.             <MouseDown bitmap="BTN_MENU_P_MOUSEDOWN"/>
  525.             <MouseOver bitmap="BTN_MENU_P_MOUSEOVER"/>
  526.         </item>
  527.         <item name="MenuScreen" type="MenuButton">
  528.             <position left="179" top="8" width="28" height="11"/>
  529.             <bground bitmap="BTN_MENU_S"/>
  530.             <MouseDown bitmap="BTN_MENU_S_MOUSEDOWN"/>
  531.             <MouseOver bitmap="BTN_MENU_S_MOUSEOVER"/>
  532.         </item>
  533.         <item name="MenuSami" type="MenuButton">
  534.             <position left="216" top="8" width="30" height="11"/>
  535.             <bground bitmap="BTN_MENU_C"/>
  536.             <MouseDown bitmap="BTN_MENU_C_MOUSEDOWN"/>
  537.             <MouseOver bitmap="BTN_MENU_C_MOUSEOVER"/>
  538.         </item>
  539.         <item name="MenuHelp" type="MenuButton">
  540.             <position left="255" top="8" width="30" height="11"/>
  541.             <bground bitmap="BTN_MENU_H"/>
  542.             <MouseDown bitmap="BTN_MENU_H_MOUSEDOWN"/>
  543.             <MouseOver bitmap="BTN_MENU_H_MOUSEOVER"/>
  544.         </item>
  545.         <item name="MainLogo" type="Toggle">
  546.             <position left="8" top="5" width="60" height="14"/>
  547.             <bground bitmap="LOGO_OFF"/>
  548.             <bground1 bitmap="LOGO_ON"/>
  549.         </item>
  550.         <item name="VolumeSlider" type="Slider">
  551.             <position left="-231" top="-26" width="65" height="6"/>
  552.             <bground bitmap="SOUND_PT" transparent="FF00FF"/>
  553.             <thumb bitmap="SOUND_KNOB" transparent="FF00FF"/>
  554.             <!--progress bitmap="SOUND_PT"></progress-->
  555.             <left bitmap="SOUND_LEFT"/>
  556.             <right bitmap="SOUND_RIGHT"/>
  557.         </item>
  558.         <item name="RightLine2">
  559.             <position left="-150" top="-50" width="2" height="44"/>
  560.             <bground bitmap="RIGHT_LINE2"/>
  561.         </item>
  562.         <item name="TitleBack">
  563.             <position left="-136" top="-39" width="128" height="15"/>
  564.             <bground bitmap="TITLE_BACK"/>
  565.         </item>
  566.         <item name="FilePath" type="Static">
  567.             <position left="-131" top="-39" width="120" height="15"/>
  568.             <bground bitmap="FILEPATH_BACK"/>
  569.             <font face="Arial" size="14" color="000000" ScrollAmount="1" ScrollElapse="100"/>
  570.             <TextAlign align="Left" fitsize="FALSE"/>
  571.         </item>
  572.         <item name="SplitterWindow" type="Custom">
  573.             <position left="9" top="23" width="-18" height="-89"/>
  574.             <value name="BGround" type="bitmap" value="SPLITTERBAR"/>
  575.         </item>
  576.     </Layout>
  577. </ALSkin>
  578.